home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / pcl_src.zoo / pclload.lsp < prev    next >
Text File  |  1992-07-09  |  214b  |  11 lines

  1. (in-package "PCL")
  2. (import 'kernel:funcallable-instance-p)
  3. (load "pcl:defsys")
  4. (load-pcl)
  5.  
  6. ;; hack, hack...
  7. #+nil
  8. (ignore-errors
  9.  (with-output-to-string (*standard-output*)
  10.    (describe #'print-object)))
  11.